S3 object has no attribute Bucket, python boto3 aws

69

s3 = boto3.resource('s3') 
the_bucket = s3.Bucket('my_bucket')

Comments

Submit
0 Comments